MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T) Constructor (IEnumerable(T))
See Also
 





Initializes a new instance of the StateCollection class and adds the specified strongly-typed list to it.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public StateCollection<T> (
    IEnumerable<T> collection
)

Visual Basic  Copy Code

Public New (Of T) ( _
    collection As IEnumerable(Of T) _
)

 Parameters

collection

Type: IEnumerable(T)
A strongly-typed list that holds initial items for the collection.

 See Also

StateCollection(T) Constructor Overload List
StateCollection(T) Class
MindFusion.Scheduling Namespace